-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4 fixes for 5702 and 5714 #5726
Conversation
Signed-off-by: Sekar Saravanan <[email protected]> (cherry picked from commit e8ca650)
… build process. Signed-off-by: Flynn <[email protected]> (cherry picked from commit d04280e)
Signed-off-by: Flynn <[email protected]> (cherry picked from commit 642c784)
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
… resource fixed Signed-off-by: Sekar Saravanan <[email protected]>
Huge props to @sekar-saravanan for finding this bug in the first place. Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
(I initially submitted this as a PR against |
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
…mapping in one step) Signed-off-by: Flynn <[email protected]>
@sekar-saravanan and @the-wondersmith, it'd be good for y'all to look at this too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems fine to me. I'm not going to bother nit picking until CI is in a place where tests are passing and reliable indicators again and when the PR for merging this branch into main comes.
type IRCluster struct { | ||
IRResource | ||
BarHostname string `json:"_hostname"` // Why this _and_ hostname? | ||
BarNamespace string `json:"_namespace"` // Why this _and_ namespace? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this but I get why it's here for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You and me both. I'll figure out what up with this soon.
This is @sekar-saravanan's fixes for #5702 and #5714 combined with my test cases.
Reviewers, this is definitely best reviewed commit by commit.
Note also that irtype.go is known to be incomplete -- but, as demonstrated, it's already good enough to do useful testing work!
Finally, note also that I have not tried to backport this work to the v3 branch. It's definitely doable, but since this involves a couple of chainsaw commits, there'll be some weirdness around the Go import paths, I'm sure.